github.com/klauspost/compress/flate.huffmanBitWriter.logNewTablePenalty (field)
7 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L796: d.w.logNewTablePenalty = 10
deflate.go#L804: d.w.logNewTablePenalty = 7
deflate.go#L810: d.w.logNewTablePenalty = 8
deflate.go#L817: d.w.logNewTablePenalty = 7
huffman_bit_writer.go#L117: logNewTablePenalty uint
huffman_bit_writer.go#L665: newSize += int(w.literalEncoding.codes[endBlockMarker].len()) + newSize>>w.logNewTablePenalty
huffman_bit_writer.go#L1042: estBits += estBits >> w.logNewTablePenalty
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |